home *** CD-ROM | disk | FTP | other *** search
- Message-ID: <313DE0E9.5423@globalnet.co.uk>
- Date: Wed, 06 Mar 1996 19:00:57 +0000
- From: Paul Makin <paulmakin@globalnet.co.uk>
- Organization: Group Alpha Limited
- X-Mailer: Mozilla 2.0 (Win95; I)
- MIME-Version: 1.0
- Newsgroups: comp.lang.c++
- Subject: Accessing Extended Key Codes Through a TSR under Microsoft C version 7.0
- Content-Type: text/plain; charset=us-ascii
- Content-Transfer-Encoding: 7bit
- NNTP-Posting-Host: client824f.globalnet.co.uk
- Path: news.globalnet.co.uk!
-
- I need to access extended keys on a special retail keyboard where the
- manufacturer has decided to map half the keys to extender characters.
- Under Visual C++ this is no problem, the WM_KEYDOWN/UP message correctly
- recognises to keys. Under MS 'C' 7.7 I know a key stroke has been made
- but can't see it in any of the 'usual' places (0x0040:0x001C). Can
- anyone advise.....
-
-